From: Dirk Brenken Date: Mon, 28 Dec 2020 07:41:57 +0000 (+0100) Subject: luci-theme-bootstrap: fix text wrapping in buttons X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=6ffd1592ce574afe5493d8d7d11f65bec1916e86;p=project%2Fluci.git luci-theme-bootstrap: fix text wrapping in buttons * should fix #4647 Signed-off-by: Dirk Brenken --- diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index 63eb51cceb..562f57f5cb 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1294,6 +1294,7 @@ body.modal-overlay-active #modal_overlay { border-bottom-color: #bbb; border-radius: 4px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); + white-space: pre; } .btn:focus,